ROPgadget 使用

ROPgadget 使用
GHSC安裝:
1 | sudo apt-get install python-capstone |
1 | ROPgadget --binary rop --only 'pop|ret' | grep 'eax' |
1 | ROPgadget --binary rop --string "/bin/sh" |
1 | ROPgadget --binary rop --only 'int' |
评论
匿名评论隐私政策

安裝:
1 | sudo apt-get install python-capstone |
1 | ROPgadget --binary rop --only 'pop|ret' | grep 'eax' |
1 | ROPgadget --binary rop --string "/bin/sh" |
1 | ROPgadget --binary rop --only 'int' |